home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
turbotut.arc
/
UGLYFORM.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1989-06-30
|
281b
|
8 lines
PROGRAM ugly_programming_style;BEGIN WRITE('Programming style ');WRITE
('is a matter of ');
WRITELN('personal choice');WRITE('Each person ');
WRITE('can choose ');WRITELN
('his own style');WRITE('He can be ');WRITE
('very clear, or ');
WRITELN('extremely messy');END.